home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / sendmail.8.8.4.tar.gz / sendmail.8.8.4.tar / sendmail-8.8.4 / mailstats / mailstats.0 next >
Text File  |  1996-09-21  |  2KB  |  48 lines

  1. MAILSTATS(1)                 BSD Reference Manual                 MAILSTATS(1)
  2.  
  3. NNAAMMEE
  4.      mmaaiillssttaattss - display mail statistics
  5.  
  6. SSYYNNOOPPSSIISS
  7.      mmaaiillssttaattss [--oo] [--CC _c_f_f_i_l_e] [--ff _s_t_f_i_l_e]
  8.  
  9. DDEESSCCRRIIPPTTIIOONN
  10.      The mmaaiillssttaattss utility displays the current mail statistics.
  11.  
  12.      First, the time at which statistics started being kept is displayed, in
  13.      the format specified by ctime(3).  Then, the statistics for each mailer
  14.      are displayed on a single line, each with the following whitespace sepa-
  15.      rated fields:
  16.  
  17.            MM           The mailer number.
  18.            mmssggssffrr      Number of messages from the mailer.
  19.            bbyytteess__ffrroomm  Kbytes from the mailer.
  20.            mmssggssttoo      Number of messages to the mailer.
  21.            bbyytteess__ttoo    Kbytes to the mailer.
  22.            MMaaiilleerr      The name of the mailer.
  23.  
  24.      After this display, a line totaling the values for all of the mailers is
  25.      displayed, separated from the previous information by a line containing
  26.      only equals (``='') characters.
  27.  
  28.      The options are as follows:
  29.  
  30.      --CC      Read the specified file instead of the default sseennddmmaaiill ``cf''
  31.              file.
  32.  
  33.      --ff      Read the specified statistics file instead of the statistics file
  34.              specified in the sseennddmmaaiill ``cf'' file.
  35.  
  36.      --oo      Don't display the name of the mailer in the output.
  37.  
  38.      The mmaaiillssttaattss utility exits 0 on success, and >0 if an error occurs.
  39.  
  40. FFIILLEESS
  41.      /etc/sendmail.cf        The default sseennddmmaaiill ``cf'' file.
  42.      /var/log/sendmail.st    The default sseennddmmaaiill statistics file.
  43.  
  44. SSEEEE AALLSSOO
  45.      mailq(1),  sendmail(8)
  46.  
  47. 3rd Berkeley Distribution       April 25, 1996                               1
  48.